home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / FontChoiceEx.wo / FontChoiceEx.wod < prev    next >
Encoding:
Text File  |  1996-03-11  |  449 b   |  26 lines

  1. ////////////////////////
  2. //  FontChoice
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6. ChoiceForm: WOForm {
  7.     action = displayChoice;
  8. };
  9.  
  10. FontChoiceMatrix: FontChoice {
  11.     matrixName = "FontChoice1";
  12.     selectedItem = fontChoice;
  13. };
  14.  
  15. FontChoiceString: WOString {
  16.     value = fontChoice;
  17. };
  18.  
  19. ShowSourceControls: ShowSource {
  20.     componentName = "FontChoice";
  21. }; 
  22.  
  23. ComponentDescription: ComponentDescription {
  24.     componentName = "FontChoice";
  25. };
  26.